Tag Archives: browsers

How to Setup a Proxy ?

May 03, 2014

What Is Proxy ? A proxy or proxy server is basically another computer which serves as a hub through which internet requests are processed. By..

Read more

Apply Multiple CSS classes for a single

Oct 15, 2013

You can apply multiple CSS classes to a single element by separating them with a space in your attribute. It’s a very useful trick with..

Read more

Jquery Code To Detect The Browser

Oct 04, 2013

Hi all hope you all are doing well today we are going to see the jquery code which helps to detect the browser hope you..

Read more

Importance and Benefits of PHP Output Buffering

Oct 03, 2013

PHP sends data from server to client/browser as soon as it is ready – this response might be line by line or by code blocks.Output..

Read more

How to clear browser cache memory

Aug 10, 2013

Hi all today we are going to how to clear browser cache memory in browsers Clear cache memory in Firefox : Here’s how to clear..

Read more

How to Detect Visitor Browser Type

Jul 04, 2013

Modernizr is useful for feature detection of the browsers, so that we are able to patch the functionalities that are not supported. We can also..

Read more